Skip to content

Default timezone for the Intel Edison is UTC, looks like the time is correct (Tennessee is UTC-05:00), but without timezone information. #12

@tiffstruth

Description

@tiffstruth
          Default timezone for the Intel Edison is UTC, looks like the time is correct (Tennessee is UTC-05:00), but without timezone information. 

To set your Edison to the local-time:

    rm /etc/localtime
    ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
   (Restart mothership and scout)

Please note, this will pretty much only change timestamps in the logs. All timestamps stored within the database will be in UTC regardless of the above timezone setting. Eventually when timestamps are shown in the UI, these will be automatically converted to the local timezone on the fly (timezone data will come from the browser).

At this stage I don't think I'm going to make any changes to the installer or code. Maybe some documentation like the above for those who really want the Edison set to their local timezone?

Originally posted by @cfreeman in #7 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions