-
Notifications
You must be signed in to change notification settings - Fork 397
Upgraded to use both UTC offset timezones and named timezones. #151
Conversation
… setter from moment.
Thanks! Looks good in general, though, it seems like the method of distinguishing between timezone names and offsets would miss some timezone names that do not include a slash character, such as "EST". Can you please fix that and update the PR? thx! |
…amed timezone. Plus, using the new .utcOffset instead of .zone setter.
You are correct. I had to do this in a hurry (working on a project) and i haven't thought so well about it before the pull. I created a new version of the code but it seems that it didn't went well with travis. I will try to take a look later. |
thanks man! |
"There was an error while loading data, please try again" is the error shown by Travis. Maybe you can re-run the test? |
I just re-ran it, seems to be failing: https://travis-ci.org/urish/angular-moment/builds/72359159 Uri |
Check |
looks great! One last thing - can you please add a test case for the UTC offset timezone feature? thx! |
Done! |
Upgraded to use both UTC offset timezones and named timezones.
You are awesome, million thanks! |
Nice! Soon i will have to make another PR for utilizing timezone at |
applyTimezone upgraded to accept UTC offset timezone, using the .zone setter from moment.