We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1600e0d commit bf8273eCopy full SHA for bf8273e
lightbug_http/cookie/expiration.mojo
@@ -37,7 +37,7 @@ struct Expiration:
37
38
# TODO fix this it breaks time and space (replacing timezone might add or remove something sometimes)
39
var dt = self.datetime.value()
40
- dt.tz = TimeZone(0, "GMT")
+ dt.tz = TZ_GMT
41
return Optional[String](dt.format(HTTP_DATE_FORMAT))
42
43
fn __eq__(self, other: Self) -> Bool:
0 commit comments