TenKeyAngle / dataturbine

Automatically exported from code.google.com/p/dataturbine
1 stars 0 forks source link

Adding duration to DAV sets time to zero #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a file under DAV using @"d=900" 
2. Note that duration is correct but timestamp is zero

What is the expected output? What do you see instead?

Timestamp should be 'now'

Original issue reported on code.google.com by phubb...@gmail.com on 16 Apr 2008 at 9:23

GoogleCodeExporter commented 9 years ago
Cause: Default start time of zero was used when duration was specified.  
Changed to 
'now' for PUTs only.

Fixed and verified.

Original comment by enfield....@gmail.com on 22 Apr 2008 at 12:59