mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import MockDate from "mockdate";
|
|
|
|
const date = new Date("2000-01-01T02:00:00.000");
|
|
|
|
MockDate.set(date);
|