4 lines
171 B
JavaScript
Raw Normal View History

2025-12-10 12:02:17 +08:00
import { toZonedTime as fn } from '../../toZonedTime/index.js';
import { convertToFP } from '../_lib/convertToFP/index.js';
export const toZonedTime = convertToFP(fn, 2);