We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
не возращается дата, если год указан из 2 последних чисел
ДатаИзСтрокиRFC7231("Wed 16-Oct-24 07:36:30 GMT") // 01.01.0001 0:00:00 Дата
ДатаИзСтрокиRFC7231("Wed 16-Oct-2024 07:36:30 GMT") //16.10.2024 7:36:30 Дата
The text was updated successfully, but these errors were encountered:
Стандарт, на который стоит опираться при доработке: https://www.rfc-editor.org/rfc/rfc7231#section-7.1.1.1 https://www.rfc-editor.org/rfc/rfc2616#section-3.3
Sorry, something went wrong.
No branches or pull requests
не возращается дата, если год указан из 2 последних чисел
ДатаИзСтрокиRFC7231("Wed 16-Oct-24 07:36:30 GMT")
// 01.01.0001 0:00:00 Дата
ДатаИзСтрокиRFC7231("Wed 16-Oct-2024 07:36:30 GMT")
//16.10.2024 7:36:30 Дата
The text was updated successfully, but these errors were encountered: