diff --git a/js/app/models/Download.js b/js/app/models/Download.js index 51a7fff..43c78dd 100644 --- a/js/app/models/Download.js +++ b/js/app/models/Download.js @@ -24,7 +24,7 @@ Ext.define('amdaModel.DownloadConfig', { timeformatData: [ ['YYYY-MM-DDThh:mm:ss', 'YYYY-MM-DDThh:mm:ss.ms', 'ISO format with msecs'], - ['DOY TIME', 'YYYYDOYhhmmssms', 'Day-Of-Year, 1 Jan : DOY = 1'], + ['DOY TIME', 'YYYYDOYhhmmssms', 'Day-Of-Year, 1 Jan => DOY = 1'], ['Timestamp', 'Seconds from 1970', 'Total of seconds from the Unix Epoch on January 1st, 1970 at UTC.'], ['YYYY MM DD hh mm ss', 'YYYY MM DD hh mm ss ms', 'date with spaces'], ['Timestamp-with-milliseconds', 'Seconds from 1970 with ms', 'Total of seconds from the Unix Epoch with milliseconds.'] -- libgit2 0.21.2