Opened 15 years ago
Closed 15 years ago
#22 closed defect (fixed)
Creation of files on DAV server uses local server timestamp
Reported by: | Yuri Dario | Owned by: | Yuri Dario |
---|---|---|---|
Priority: | minor | Milestone: | NdpDav 1.1.2 |
Component: | Plugin | Version: | 1.1.1 GA |
Keywords: | Cc: |
Description
A new file created directly on the server, uses the server localtime as modification timestamp.
Probably new fields are not set at all.
Note:
See TracTickets
for help on using tickets.
(changeset:63) Now timestamp is always handled as local time, GMT conversion happens only when sending/receiving timestamp from DAV. This avoids handling timezone/daylight saving inside plugin code.