From f8904ccc01fcd97f05bc1cdc643ab37cd89f6920 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Mon, 8 Jan 2024 15:38:42 +0100 Subject: [PATCH] Add timestamp todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47b0043..a08518f 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ getScoreByAge conn = do - [x] Test negative integer decoding, especially for `Integer` - [ ] Implement time intervals - [ ] and zoned time decoding +- [ ] How about `timezone`? This could prove problematic when the server and application have different time zones - [ ] Implement `fetch` (`fetch_` but with parameter passing) - [ ] Implement JSON decoding - [ ] Implement (anonymous) composite types