fix: Set TZ to UTC
This commit is contained in:
@@ -313,6 +313,7 @@ function normalizeDatesFromData( data ){
|
||||
];
|
||||
for( const item of fields2normalize ){
|
||||
if( Object.hasOwn( data, item ) ){
|
||||
console.log( item )
|
||||
data[ item ] = normalizeDate( data[ item ] )
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user