-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: consider user selected timezone while exporting the reports
problem: Time in CSV exported reports are always in UTC timezone irrespective of user selected timezone in the UI. There are use case when time in the exported reports should be other timezone than UTC. fix: plywood passes the user selected timezone to format function here https://github.com/implydata/plywood/blob/master/src/datatypes/dataset.ts#L343 We can use that to get time in the user selected timezone. The time in reports will also have information about timezone because of ISO format.
- Loading branch information
1 parent
9af37a0
commit 79532d4
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters