Skip to content

Commit

Permalink
Fix the value of dateTimeAttrFormat constant (apache#37285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored and sunank200 committed Feb 21, 2024
1 parent e599edd commit 57bb28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/static/js/datetime_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const defaultFormat = "YYYY-MM-DD, HH:mm:ss";
export const isoFormatWithoutTZ = "YYYY-MM-DDTHH:mm:ss.SSS";
export const defaultFormatWithTZ = "YYYY-MM-DD, HH:mm:ss z";
export const defaultTZFormat = "z (Z)";
export const dateTimeAttrFormat = "YYYY-MM-DDThh:mm:ssTZD";
export const dateTimeAttrFormat = "YYYY-MM-DDThh:mm:ssZ";

export const TimezoneEvent = "timezone";

Expand Down

0 comments on commit 57bb28e

Please sign in to comment.