Unidata / ncWMS

Snapshots of ncWMS used by TDS
8 stars 7 forks source link

ncWMS returns incorrect date #5

Closed tojofo closed 10 years ago

tojofo commented 10 years ago

We are experiencing an issue where ncWMS is returning timestamps that are out by 1 millisecond.

Take for example the netCDF file located here http://thredds.aodn.org.au/thredds/dodsC/IMOS/ACORN/gridded_1h-avg-current-map_QC/CBG/2013/09/14/IMOS_ACORN_V_20130914T023000Z_CBG_FV01_1-hour-avg.nc

Visit our ncWMS server godiva interface at http://ncwms.aodn.org.au/ncwms/godiva2.html

Navigate to _Radar Data - Capricorn Bunker Group (QC data) - northward_sea_watervelocity Select the 2013-09-14 as the date and then click the combo box to view the times.

You will seven instances of times like HH:29:59:999

Using ncdump over the file;

ncdump -t -v TIME http://thredds.aodn.org.au/thredds/dodsC/IMOS/ACORN/gridded_1h-avg-current-map_QC/CBG/2013/09/14/IMOS_ACORN_V_20130914T023000Z_CBG_FV01_1-hour-avg.nc

Gives the correct value of TIME = "2013-09-14 02:30";

jonescc commented 10 years ago

Fixed by https://github.com/Unidata/thredds/issues/73

@tojofo please close.

tojofo commented 10 years ago

Pretty sure you can close this @jonescc :)

dnahodil commented 10 years ago

Nope, he's not a member of Unidata and not the issue author. Learn to GitHub @tojofo ;)

tojofo commented 10 years ago

I didn't realise it was under Unidata/ncWMS so what I should learn is to read