chiark / gitweb /
Sorted out the approximate dates in Account.
authorSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 11:31:37 +0000 (11:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 11:36:42 +0000 (11:36 +0000)
commit15c4ba162f16bda34d6d23d40a657f6ea3eae762
tree8fa856292897310d91c0739456b139b861f66c03
parent4a639b3e53f670e36e2eb3e523a8a847a3d958ba
Sorted out the approximate dates in Account.

I couldn't parse last_status_at as a DateTime<Utc> in all cases at
all, and even in created_at, the time part was clearly nonsense.

chrono has an actual type for this, so let's use it! With bonus Baby's
First Custom Deserialize Impl.
src/types.rs