Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

system: use UTC dates and ISO 8601 Z form #6

Closed
tiborsimko opened this issue Aug 18, 2015 · 0 comments
Closed

system: use UTC dates and ISO 8601 Z form #6

tiborsimko opened this issue Aug 18, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@tiborsimko
Copy link
Member

(1) WRT time format, the RFC used date timestamps like this:

"datetime": "2015-05-26 11:00:00 UTC",

It would be good to use ISO 8601 Z form notation:

"datetime": "2015-05-26T11:00:00Z",

(2) WRT time zone, the system should work with, accept and emit the UTC timezone.

@tiborsimko tiborsimko added this to the v0.2.0 milestone Aug 18, 2015
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Stores UTC dates in the dates and validates that follow ISO 8601 Z
  format. (closes inveniosoftware#6)

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)
* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Stores UTC dates in the dates and validates that follow ISO 8601 Z
  format. (closes inveniosoftware#6)

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Stores UTC dates in the dates and validates that follow ISO 8601 Z
  format. (addresses inveniosoftware#6)

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 25, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 26, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 26, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 26, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 26, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 26, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 26, 2015
* Refactores tests in order to share base functionality. (closes inveniosoftware#6)

* Uses webtest library to test restful api.

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
jbenito3 added a commit to jbenito3/claimstore that referenced this issue Aug 27, 2015
* Stores UTC dates in the dates and validates that follow ISO 8601 Z
  format. (addresses inveniosoftware#6)

Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants