1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-19 10:37:01 +00:00

ui: Parse POSIX millisecond date stamps

This commit is contained in:
James Hillyerd
2018-11-17 21:11:41 -08:00
parent cf265dbe2c
commit 019bd11309
3 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,6 @@ decoder =
|> optional "from" string ""
|> required "to" (list string)
|> optional "subject" string ""
|> required "date" date
|> required "posix-millis" date
|> required "size" int
|> required "seen" bool