utils library
This library contains various utility methods for working with nextcloud APIs.
Extensions
- DateTimeUtils on DateTime
- Common methods to work with DateTime data.
Functions
-
formatHttpDate(
DateTime date) → String -
Return a HTTP-formatted string representation of
date
. -
parseHttpDate(
String date) → TZDateTime - Parses an HTTP-formatted date into a UTC DateTime.