Commit 6d335d6d95961f6ba89e98903468c8b7acdb01c2
1 parent
06b20411
Exists in
master
and in
73 other branches
Change git username to menouar
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/models/Download.js
... | ... | @@ -24,7 +24,7 @@ Ext.define('amdaModel.DownloadConfig', { |
24 | 24 | |
25 | 25 | timeformatData: [ |
26 | 26 | ['YYYY-MM-DDThh:mm:ss', 'YYYY-MM-DDThh:mm:ss.ms', 'ISO format with msecs'], |
27 | - ['DOY TIME', 'YYYYDOYhhmmssms', 'Day-Of-Year, 1 Jan : DOY = 1'], | |
27 | + ['DOY TIME', 'YYYYDOYhhmmssms', 'Day-Of-Year, 1 Jan => DOY = 1'], | |
28 | 28 | ['Timestamp', 'Seconds from 1970', 'Total of seconds from the Unix Epoch on January 1st, 1970 at UTC.'], |
29 | 29 | ['YYYY MM DD hh mm ss', 'YYYY MM DD hh mm ss ms', 'date with spaces'], |
30 | 30 | ['Timestamp-with-milliseconds', 'Seconds from 1970 with ms', 'Total of seconds from the Unix Epoch with milliseconds.'] | ... | ... |