Skip to content

Instantly share code, notes, and snippets.

@SURYAKANTSHARMA
Last active September 27, 2022 10:24
Show Gist options
  • Save SURYAKANTSHARMA/13fc43c5b39bd6d2cce98c85575e8c6c to your computer and use it in GitHub Desktop.
Save SURYAKANTSHARMA/13fc43c5b39bd6d2cce98c85575e8c6c to your computer and use it in GitHub Desktop.
class DateFormatter {
static func convertToUTC(localDate: Date) -> Date {
// conversion logic
return utcDate
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment