Improve how timestamp column formats times #1444
Labels
A: experiments
Area: experiments table webview and everything related
priority-p2
Future feature, less priority for now
📦 product
Needs product input or is being actively worked on
From a discussion with the Studio and DVC teams on Slack, we've come to the following changes beyond #1333
YYYY-MM-DD
+24h) by defaultFor reference, here's a recording of the current timestamps:
new-timestamp-demo.mp4
Since Javascript's built-in time formatting doesn't include a configurable formatting (at least in the usual
Y/M/D
template sense most people are familiar with), we'll want to introduce a library to handle this- likelydate-fns
, as it's a popular minimal library for date formatting that is also what Studio uses for its date formatting.Related to #2031
The text was updated successfully, but these errors were encountered: