mirror of https://git.suyu.dev/suyu/suyu
common/time_zone: Simplify GetOsTimeZoneOffset()
We can simplify this function down into a single line with the use of fmt. A benefit with the fmt approach is that the fmt variant of localtime is thread-safe as well, making GetOsTimeZoneOffset() thread-safe as well.merge-requests/60/head
parent
db96034ea4
commit
fe97d34156
Loading…
Reference in New Issue