Fixed Sabre Node implementation to correctly return timestamps as int
Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined.
Loading
Please register or sign in to comment