brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
605 stars 227 forks source link

iso8601DateFromat is deprecated #848

Closed endgame closed 1 year ago

endgame commented 1 year ago
src/Amazonka/Data/Time.hs:82:14: warning: [-Wdeprecations]
     In the use of ‘iso8601DateFormat’
     (imported from Data.Time.Format, but defined in time-1.11.1.1-TD80tev7xWHqZrSJnyyvU:Data.Time.Format.Locale):
     Deprecated: "use "Data.Time.Format.ISO8601" functions instead"
    |
 82 |   format _ = iso8601DateFormat (Just "%XZ")
    |