ToStringOptions
Options for Instant.toString().
Fields
- fractional_second_digits:?u8
Either an integer from 0 to 9, or null for "auto".
- rounding_mode:?RoundingMode
Specifies how to round off fractional second digits beyond fractionalSecondDigits.
- smallest_unit:?Unit
Specifies the smallest unit to include in the output.
- time_zone:?TimeZone
Time zone to use. Either a time zone identifier string or null for UTC.