NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 199

Show
Ignore:
Timestamp:
09/06/08 17:19:27
Author:
cbc
Message:

Fix dt dictionary string format in proc_remtech_rawdata_pa0.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodar/branches/raw2proc-dev/proc_remtech_rawdata_pa0.py

    r198 r199  
    8585              'min'   : int(sample['MIN']), 
    8686            } 
    87         dt = '%(month)02d-%(day)02d-%(year)04d %(hour)02d:%02d(min)' % dt 
     87        dt = '%(month)02d-%(day)02d-%(year)04d %(hour)02d:%(min)02d' % dt 
    8888        dt = procutil.scanf_datetime(dt, fmt='%m-%d-%Y %H:%M') 
    8989        if sensor_info['utc_offset']: