Skip to content

Commit bf8273e

Browse files
committed
removed comment
1 parent 1600e0d commit bf8273e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightbug_http/cookie/expiration.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct Expiration:
3737

3838
# TODO fix this it breaks time and space (replacing timezone might add or remove something sometimes)
3939
var dt = self.datetime.value()
40-
dt.tz = TimeZone(0, "GMT")
40+
dt.tz = TZ_GMT
4141
return Optional[String](dt.format(HTTP_DATE_FORMAT))
4242

4343
fn __eq__(self, other: Self) -> Bool:

0 commit comments

Comments
 (0)