Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert the time to usertzdate (#1151)
**Related Ticket:** US-GHG-Center/ghgc-architecture#235 ### Description of Changes Because Javascript Date object outputs the local time of the computer, the output of the date was converted to earlier time than the value we got from the search result. ex. search result value: `"2023-12-01T00:00:00+00:00"` output date value (on my computer) ( new Date( "2023-12-01T00:00:00+00:00")) `Thu Nov 30 2023 19:00:00 GMT-0500 (Eastern Standard Time)` ### Notes & Questions About Changes
- Loading branch information