-
Notifications
You must be signed in to change notification settings - Fork 207
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
Доработать функцию ДатаИзСтрокиRFC7231 #150
Comments
Стандарт, на который стоит опираться при доработке: |
@nec1ron а какой сервис вам отает дату в таком "некорректном" формате? |
@leemuar самый просто пример https://www.google.com/ set-cookie: |
Но здесь же дата из 4 цифр состоит?
|
@leemuar виноват, вот пример https://ru.stackoverflow.com/ set-cookie: |
не возращается дата, если год указан из 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: