(date: ZonedDateTime)
| 385 | |
| 386 | /** Converts the given `ZonedDateTime` into the user's local time zone. */ |
| 387 | export function toLocalTimeZone(date: ZonedDateTime): ZonedDateTime { |
| 388 | return toTimeZone(date, getLocalTimeZone()); |
| 389 | } |
no test coverage detected