google-drive-0.4.1: Google Drive API access

Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Google.Drive.DateTime

Synopsis

Documentation

formatDateTime :: UTCTime -> Text Source

Format UTCTime values for the Drive API

The docs claim it must be RFC 3339 formatted, but in practice the fractional seconds, %Q, (which the RFC states is optional) are required.