Azure / azure-notificationhubs-java-backend

Azure Notification Hubs SDK for Java
https://docs.microsoft.com/en-us/azure/notification-hubs/
Apache License 2.0
35 stars 49 forks source link

fixes #20 timezone related error #21

Closed abshkd closed 7 years ago

abshkd commented 7 years ago

fix for #20 when running tests the hardcoded PST timezone fails for other timezones. This is a quick fix using SimpleDateFormat and is not thread safe. However considering it is currently a blocker. Please accept the PR

efimovandr commented 7 years ago

Thanks!