ovh / svfs

The Swift Virtual File System
Other
375 stars 54 forks source link

Pseudo directory times #73

Closed xlucas closed 8 years ago

xlucas commented 8 years ago

Times are reported as golang's time.Time "zero" value on pseudo directories. This should be set to the current time instead since it can break date parsing of some sftp clients.