| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Network.Google.Drive.DateTime
- formatDateTime :: UTCTime -> Text
 
Documentation
formatDateTime :: UTCTime -> Text Source
Format  values for the Drive APIUTCTime
The docs claim it must be RFC 3339 formatted, but in practice the fractional
 seconds, %Q, (which the RFC states is optional) are required.