Normalize date strings for API requests
Bug #909795 reported by
Keith Hughitt
on 2011-12-29
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Helioviewer.org |
Medium
|
Keith Hughitt |
Bug Description
1) "Z" required/optional?
2) milliseconds?
3) startDate or startTime?
Jack Ireland (jack-ireland) wrote : | #1 |
Keith Hughitt (keith-hughitt)
on 2012-02-15
Changed in helioviewer.org: | |
assignee: | nobody → Keith Hughitt (keith-hughitt) |
Keith Hughitt (keith-hughitt)
on 2012-02-22
Changed in helioviewer.org: | |
status: | New → Fix Committed |
Keith Hughitt (keith-hughitt)
on 2012-04-04
Changed in helioviewer.org: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
'Z' and milliseconds both optional. If you are requiring people to send both the day (as in a date YYYY/MM/DD) and a time (hh:mm:ss) then startTime is more appropriate to use, since startDate specifically refers to a 'date' only, and does not normally include a concept of a specific time during that day.