mirror of https://github.com/yuzu-mirror/yuzu
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.pull/8/head
parent
db96034ea4
commit
fe97d34156
Loading…
Reference in New Issue