File manager - Edit - /var/www/payraty/helpdesk/common/resources/client/i18n/to-safe-zoned.ts
Back
import { CalendarDate, CalendarDateTime, Disambiguation, toZoned, ZonedDateTime, } from '@internationalized/date'; export function toSafeZoned( date: CalendarDate | CalendarDateTime | ZonedDateTime, timeZone: string, disambiguation?: Disambiguation, ): ZonedDateTime { try { return toZoned(date, timeZone, disambiguation); } catch (e) { return toZoned(date, 'UTC', disambiguation); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings