import { adjustTimezone } from '@src/hylo-components/utils/usefull/usefull';
Adjusts/adds the timezone in the given ISO formatted datetime string with the local machines timezone.
The date and time values stay the same so that it can be used for local string formatting.
If the given datetime string has a timezone, the adjusted timezone will show a colon or not
depending whether the original showed one. (default is none)
import { adjustTimezone } from '@src/hylo-components/utils/usefull/usefull';
Adjusts/adds the timezone in the given ISO formatted datetime string with the local machines timezone. The date and time values stay the same so that it can be used for local string formatting.
If the given datetime string has a timezone, the adjusted timezone will show a colon or not depending whether the original showed one. (default is none)