Skip to content

Commit

Permalink
[UIPQB-126] Added milliseconds to mask (#156)
Browse files Browse the repository at this point in the history
* Fix lint

* Fix
  • Loading branch information
SergeYvas authored Sep 27, 2024
1 parent 5f787f5 commit aa5bca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder/QueryBuilder/helpers/timeUtils.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const ISO_FORMAT = 'YYYY-MM-DD';
export const UTC_FORMAT = 'YYYY-MM-DDTHH:MM:SS';
export const UTC_FORMAT = 'YYYY-MM-DDTHH:mm:ss.sss';

0 comments on commit aa5bca3

Please sign in to comment.