package http-date
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
HTTP Datetime encoder/decoder
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.tar.gz
md5=c05dd250cd2bcef94b9dedc0fda6202d
sha512=00cf1c4c6ca9dd95042707fb9b815bdd30532f3d0830a846bbbc46e6fc064a7565484241d8f8c2f517c9b1184492eeb2b8ff3efa6831cfe42e6c00fc69b3e162
doc/http-date/Http_date/index.html
Module Http_dateSource
HTTP timestamp decoders and encoders complaint to RFC 9110 (HTTP Semantics).
The current supported formats for decoding/encoding are as follows:
- IMF(Internet Message Format) date, eg
"Sun, 06 Nov 1994 08:49:37 GMT" - RFC 850 date, eg
"Sunday, 06-Nov-94 08:49:37 GMT"Obsolete - asctime date, eg
"Sun Nov 6 08:49:37 1994"Obsolete
HTTP timestamps are always in GMT/UTC
References
- RFC 9110. Date/Time Formats
dayname is the day name of the week, e.g. "Mon", "Monday", "Tue" .etc
(year, month, day)
(hour, minute, seconds)
Pretty Printing timestamps
pp fmt t pretty prints t into a HTTP date time string format.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page