Logo
Explore Help
Sign In
rock-n-code/swift-libs
rock-n-code/swift-libs
1
0
Fork 0
You've already forked swift-libs
Code Issues 1 Pull Requests Releases 13 Wiki Activity
swift-libs/Sources/Core/Extensions/TimeZone+Zone.swift

11 lines
165 B
Swift
Raw Normal View History

bugfix/communications (#8) This PR contains the work done to add a missing public initialiser to the `MockURLRequest` struct of the `Communications` library. In addition, it also implements the `gmt` static property for the `TimeZone+Zone` extension included in the `Core` library. Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Reviewed-on: https://repo.rock-n-code.com/rock-n-code/swift-libs/pulls/8
2023-04-19 14:17:15 +00:00
import Foundation
public extension TimeZone {
// MARK: Zones
/// Greenwich Mean Time or UTC+0
static let gmt = TimeZone(secondsFromGMT: 0)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 52ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API