pomerium/internal/frontend
Cuong Manh Le 9dae633fe5
internal/frontend/assets/html: make timestamp human readable (#1107)
Since we switch to use databroker, time in template is now protobuf
timestamp instead of time.Time, that causes it appears in raw form
instead of human-readable format.

Fix this by converting protobuf timestamp to time.Time in template.
There's still a breaking change, though. The time will now appears in
UTC instead of local time.

Fixes #1100
2020-07-20 13:35:57 +07:00
..
assets internal/frontend/assets/html: make timestamp human readable (#1107) 2020-07-20 13:35:57 +07:00
statik internal/frontend/assets/html: make timestamp human readable (#1107) 2020-07-20 13:35:57 +07:00
templates.go feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00