Skip to content

Commit

Permalink
Updates for LDEV-5173
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah committed Dec 16, 2024
1 parent 0983627 commit c1d6006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/resource/fld/core-base.fld
Original file line number Diff line number Diff line change
Expand Up @@ -17157,6 +17157,9 @@ The following masks can be used to format the full date and time and may not be
- full: equivalent to "dddd, mmmm d, yyyy h:mm:ss tt zz"
- ISO8601: equivalent to "yyyy-mm-dd'T'HH:nn:ss'Z'Z"
- ISOMillis/ISOMs/javascript: Javascript style ISO date, equivalent to "yyyy-mm-dd'T'HH:nn:ss.SSS'Z'Z"

- Epoch: Converts seconds into a DateTime object
- Epochms: Converts milliseconds into a DateTime object
</description>
</argument>

Expand Down

0 comments on commit c1d6006

Please sign in to comment.