fix: default last/first seen broken when clickhouse defaults to 1970
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { DateTime } from 'luxon';
|
||||
export { DateTime } from 'luxon';
|
||||
|
||||
export { DateTime };
|
||||
export type { DateTime };
|
||||
|
||||
export function getTime(date: string | number | Date) {
|
||||
return new Date(date).getTime();
|
||||
|
||||
Reference in New Issue
Block a user