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

Feature - Local Timezones #81

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2018

  1. feat(comment-timezone): Format timestamp and convert to local in browser

    The timestamp saved in the database is UTC based on my testing and what
    I could find online. The SQLite documentation was a bit vauge around this.
    
    Since the timestamp being returned is already UTC I am just converting in the
    browser, since it will use the client's local timezone.
    
    I'va also adjusted things to format the timestamp in the browser instead of on
    the server. This is allowing us to take advantage of that conversion to local time
    jbutz committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    86fa920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c3b87a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b0ae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88aa574 View commit details
    Browse the repository at this point in the history