megahertz / electron-log

Simple logging module Electron/Node.js/NW.js application. No dependencies. No complicated configuration.
MIT License
1.3k stars 127 forks source link

fix: timeZoneFromOffset function to return correct offset for UTC timezone #437

Closed shumeiko closed 1 week ago

shumeiko commented 2 weeks ago

Before the fix calling timeZoneFromOffset(0) returned -00:00, after the fix it returns +00:00

megahertz commented 1 week ago

Thanks