Ticket #668 (closed defect: fixed)
convertToYYYYMMDDHHMMSSMMM emits a spurious '.'
| Reported by: | psd | Owned by: | psd |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 |
| Component: | core | Version: | |
| Severity: | undefined | Keywords: | |
| Cc: |
Description
convertToYYYYMMDDHHMMSSMMM emits a '.' between the DD and the HH. e.g. "20080530.1011580900"
This causes an issue when the value is round tripped back into convertFromYYYYMMDDHHMM
Ideally this should be removed, or made optional for backwards compatability.
The convertFromYYYY... functions could squash out any non-numeric characters before parsing.
Change History
Note: See
TracTickets for help on using
tickets.
