Skip to content

environment: Remove toLocaleFormat and add dateUtils for date formatting

Evan Welsh requested to merge ewlsh/gnome-shell:migrate-to-date-utils into main

Also migrate formatTime and formatTimeSpan to dateUtils.

Splitting this out given the changes are now more substantial.

This brings the various date "format" utilities into a single file and updates their logic to always use the cached local timezone.

Merge request reports