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")
|