import { getTimezoneOffset as fn } from '../../getTimezoneOffset/index.js'; import { convertToFP } from '../_lib/convertToFP/index.js'; export const getTimezoneOffset = convertToFP(fn, 2);