diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-10 17:51:34 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-10 17:51:34 -0400 |
commit | 90d76333da843f7058ff527bae0bdceaa1d3cd69 (patch) | |
tree | dcfb079c4a47d112a37be6185ef1a1f93e774f73 /src/common/settings.cpp | |
parent | e32ce6cc6980fd468280f6e8148cfccdb9853990 (diff) |
time_zone: Remove string ops for determing zone
MinGW's strftime implementation does not work and cannot be used to
determine the time zone. Besides that, the string operations are
actually unnecessary since we can get the offset from
std::localtime.
Compare localtime to gmtime to find the zone offset on all platforms.
Diffstat (limited to 'src/common/settings.cpp')
0 files changed, 0 insertions, 0 deletions