Time Zone Explicit : Public <<Requirement>> Requirement
Created: |
25 Jul 2016 09:59 |
Modified: |
25 Jul 2016 10:17 |
|
Project: |
|
Author: |
dlowe |
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Difficulty: |
Medium |
Priority: |
Medium |
Multiplicity: |
|
Advanced: |
|
UUID: |
{7BE6E7FD-C58C-4eaf-A46F-E97A569A39EE} |
Appears In: |
Requirements Classes |
All times shall be encoded using ISO 8601 time format. A time-zone designator must be supplied for all times. If the time is given as UTC then the time zone designator is 'Z' e.g.<br/><br/>2016-12-25T12:00Z<br/><br/>For times given in a local (non UTC) time the time zone designator shall be expressed as an offset from UTC using plus or minus offsets.<br/><br/>For example, the following date times are all the same moment in time:<br/><br/>2016-12-25T10:00Z (10am, timezone is UTC)<br/><br/>2016-12-25T14:00+04:00 (2pm, timezone is UTC + 4 hours)<br/><br/>2016-12-25T06:00-04:00 (6am, timezone is UTC -4 hours)<br/>