secondsFromGMT(for:)
The current difference in seconds between the time zone and Greenwich Mean Time.
Declaration
func secondsFromGMT(for date: Date = Date()) -> IntParameters
- date:
The date to use for the calculation. The default value is the current date.