Date formatter in swift

A Date formatter that converts between dates and their textual representations. Date() – var currentTime: Date = Date() Date class always provides us UTC Time. Default format of date object – 2020-07-13 15:09:57 +0000. This date is UTC(Universal Time Coordinated) Prior to 1972, this time was called Greenwich […]