date-fns-tz
Version:
Time zone support for date-fns v3 with the Intl API
7 lines (6 loc) • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.fromZonedTimeWithOptions = void 0;
const index_js_1 = require("../../fromZonedTime/index.js");
const index_js_2 = require("../_lib/convertToFP/index.js");
exports.fromZonedTimeWithOptions = (0, index_js_2.convertToFP)(index_js_1.fromZonedTime, 3);