We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bab83 commit a73ccffCopy full SHA for a73ccff
packages/cubejs-backend-shared/src/time.ts
@@ -268,7 +268,7 @@ export const extractDate = (data: any): string | null => {
268
if (!value) {
269
return value;
270
}
271
- return moment.tz(value, 'UTC').utc().format(moment.HTML5_FMT.DATETIME_LOCAL_MS);
+ return moment.tz(value, 'UTC').format(moment.HTML5_FMT.DATETIME_LOCAL_MS);
272
};
273
274
export const addSecondsToLocalTimestamp = (timestamp: string, timezone: string, seconds: number): Date => {
0 commit comments