Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This resolves the timezone issue #13

Merged
merged 1 commit into from
Feb 24, 2015
Merged

This resolves the timezone issue #13

merged 1 commit into from
Feb 24, 2015

Commits on Feb 17, 2015

  1. This resolves the timezone issue

    This resolves the timezone issue where some date/time entries miscalculated whether it was today or tomorrow.
    
    The issue is that SugarJS doesn't take into account the timezone. This pull request forces the use of Google's `Utilities.formatDate()`, which takes into account the timezone. Previously, when when a date wasn't "converted", it simply used the SugarJS method to create the date (which didn't take into account the timezone). But with this change, the selected timezone will always be taken into account.
    thapar committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    3997deb View commit details
    Browse the repository at this point in the history