iansinnott / jstz

🌐Timezone detection for JavaScript
Other
175 stars 33 forks source link

Return Standard TimezoneOffset #18

Closed chiefoleka closed 5 years ago

chiefoleka commented 5 years ago

I believe there might be people out there who would need to return Standard Timezone Offset. This was a need for me, leading to this addition I'm suggesting here. I also added the timezoneOffset field to return the timezone so the developer/user can see if the user is on DST or not.

iansinnott commented 5 years ago

Thanks @chiefoleka! Could you add some simple tests for the new methods? See this file for reference: https://github.com/iansinnott/jstz/blob/master/test.js

chiefoleka commented 5 years ago

Ah... Alright. I'd try and add one COB today.

chiefoleka commented 5 years ago

Hey @iansinnott Sorry, I took so much time. I somehow forgot I haven't done this and I have been swamped by so much. Hope that meets the bar.