Home > @infiniteobjects/core-library-web > Dates > zonedTimeToUtc
Given a date and any time zone, returns a Date with the equivalent UTC time.
Signature:
static zonedTimeToUtc(date: Date, timezone: string): Date;
Parameter | Type | Description |
---|---|---|
date | Date | Zoned date to convert to UTC |
timezone | string | Timezone to convert from |
Returns:
Date