Used to convert a DateTime value (DateTime) to a formatted string (Pattern) using a specified Time Zone (such as HST).
Property | Type | Description |
---|---|---|
DateTime | DateTime | DateTime to be converted |
Pattern | String |
The pattern syntax. (mostly compatible with java.text.SimpleDateFormat)
Example: Pattern EEEEE_MMMMM_dd_yyyy_HH_mm_ss_ZZZ returns "Friday_October_27_2023_06_54_33_HST"
|
TimeZone | String | Sources for Time Zone and Daylight Saving Time Data come from the public domain tz database; also referred to as the Olson database. |
Please refer to additional documentation for more information and details on syntax usage.
- https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
- https://data.iana.org/time-zones/tzdb-2018g/tz-link.html#:~:text=The%20tz%20database,boundaries%20and%20daylight%20saving%20rules.
Comments
0 comments
Please sign in to leave a comment.