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

Changing pollers to use UTC time #109

Merged
merged 2 commits into from
Apr 3, 2017
Merged

Conversation

mtlynch
Copy link
Collaborator

@mtlynch mtlynch commented Mar 31, 2017

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 81.802% when pulling deca232 on mtlynch:less-local into 13d8eb0 on JeetShetty:master.

mtlynch added a commit to mtlynch/GreenPiThumb_Frontend that referenced this pull request Apr 2, 2017
RecordEncoder doesn't actually do anything record-specific and we have other
objects (image metadata) that we want to encode with JSON. A normal JSON
encoder can't encode datetimes, but we can just make RecordEncoder a generic
Encoder that encodes datetimes as ISO-8601.

Also makes the small change that timestamps are assumed to be in UTC time
zone, related to the changes in the backend:

* JeetShetty/GreenPiThumb#101
* JeetShetty/GreenPiThumb#109

Changes the serialized format to append a Z (representing UTC time zone) instead
of an offset from UTC in hours.
mtlynch added a commit to mtlynch/GreenPiThumb_Frontend that referenced this pull request Apr 2, 2017
RecordEncoder doesn't actually do anything record-specific and we have other
objects (image metadata) that we want to encode with JSON. A normal JSON
encoder can't encode datetimes, but we can just make RecordEncoder a generic
Encoder that encodes datetimes as ISO-8601.

Also makes the small change that timestamps are assumed to be in UTC time
zone, related to the changes in the backend:

* JeetShetty/GreenPiThumb#101
* JeetShetty/GreenPiThumb#109

Changes the serialized format to append a Z (representing UTC time zone) instead
of an offset from UTC in hours.
mtlynch added a commit to mtlynch/GreenPiThumb_Frontend that referenced this pull request Apr 3, 2017
RecordEncoder doesn't actually do anything record-specific and we have other
objects (image metadata) that we want to encode with JSON. A normal JSON
encoder can't encode datetimes, but we can just make RecordEncoder a generic
Encoder that encodes datetimes as ISO-8601.

Also makes the small change that timestamps are assumed to be in UTC time
zone, related to the changes in the backend:

* JeetShetty/GreenPiThumb#101
* JeetShetty/GreenPiThumb#109

Changes the serialized format to append a Z (representing UTC time zone) instead
of an offset from UTC in hours.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.541% when pulling b76a0ba on mtlynch:less-local into f86484c on JeetShetty:master.

@mtlynch mtlynch merged commit 02bc9b1 into JeetShetty:master Apr 3, 2017
mtlynch added a commit to JeetShetty/GreenPiThumb_Frontend that referenced this pull request Apr 5, 2017
RecordEncoder doesn't actually do anything record-specific and we have other
objects (image metadata) that we want to encode with JSON. A normal JSON
encoder can't encode datetimes, but we can just make RecordEncoder a generic
Encoder that encodes datetimes as ISO-8601.

Also makes the small change that timestamps are assumed to be in UTC time
zone, related to the changes in the backend:

* JeetShetty/GreenPiThumb#101
* JeetShetty/GreenPiThumb#109

Changes the serialized format to append a Z (representing UTC time zone) instead
of an offset from UTC in hours.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants