Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

字符串转时间的方法在12小时制出问题 #1150

Open
focus-ming opened this issue Oct 19, 2023 · 0 comments
Open

字符串转时间的方法在12小时制出问题 #1150

focus-ming opened this issue Oct 19, 2023 · 0 comments

Comments

@focus-ming
Copy link

func date(withFormat format: String) -> Date? {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = format
return dateFormatter.date(from: self)
}
如果传入"yyyy-MM-dd HH:mm:ss" 用户手机设置为12小时制 会返回nil
希望能尽快更新版本添加dateFormatter.locale = Locale(identifier: "en_US_POSIX")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant