-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Cannot import CSV with LOCAL_TIME (#1434)
- Fix adding error console history items - They weren't appearing as anything because the command was `''` instead of `undefined` - Map LOCAL_TIME to STRING on CSV import - `LOCAL_TIME` isn't supported on the server in DHC, and isn't really "safe" anyways since we should have other info in there as well (e.g. date or time zone) - When exporting, should be exporting the 'unformatted' value, which gives you the full timestamp - By mapping to String, user can then do an `.update_view` to map it to a timestamp if they wish - Fixes #1432
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 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
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