Skip to content

Commit

Permalink
task: use iso format for datetime preview
Browse files Browse the repository at this point in the history
  • Loading branch information
finnar-bin authored and agalin920 committed May 20, 2024
1 parent 82a6739 commit 2de2148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/components/FieldTypeDateTime/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const FieldTypeDateTime = ({
if (showTimezonePicker) {
return `Stored in UTC as ${moment
.utc(moment.tz(value, timezone))
.format("yyyy-MM-DD HH:mm:ss.ssssss")}`;
.format()}`;
}

if (dateString && timeString) {
Expand Down

0 comments on commit 2de2148

Please sign in to comment.