e5b3f03681
fix compile errors on date.zig
2023-08-05 13:00:19 -07:00
5ee53a493d
some codegen changes needed/investigation into http_query (see note)
...
This fixes main compile issues. Problems that remain:
* json is borked for objects with key/value keys that need to be coerced
* currently all request structures need an http_query declaration, and this may be a hard requirement
* need to revisit all the places where we are reading http response bodies
* there are 35 compile errors that do not have reference traces and will take a while to track down
2023-08-05 12:41:04 -07:00
9f5c380b66
upgrade date.zig
2023-08-04 16:38:19 -07:00
e6f7ab003d
zig fmt to take care of easy stuff
2023-08-04 10:07:58 -07:00
cfdf4a3141
these are old changes, but I believe part of 0.11 from a while back
2023-08-04 10:06:54 -07:00
723c483544
add english date parsing option
2022-06-05 18:23:51 -07:00
714e7278fd
ensure logging statements are using scoped log
2022-02-16 14:04:06 -08:00
b44ea5c3e8
add iso8601 string to timestamp
2022-02-16 13:47:19 -08:00
4b26bc884f
basic ISO8601 parsing
2022-02-16 13:45:41 -08:00
fc8a73a9c4
handle times before 1970
2022-02-15 17:28:27 -08:00
49f3f48aa8
conversion from DateTime structure to timestamp (partial)
...
This only handles dates after 1970. The code
is getting ugly and I think it is the wrong approach.
Will clean up in the next commit
2022-02-15 17:03:42 -08:00
b928a5ec21
query_no_input working (intermittent failure?)
continuous-integration/drone/push Build is failing
2022-01-19 18:58:53 -08:00
9880aa0ba9
date.zig tweaks
2022-01-17 18:52:27 -08:00
a01c01522c
add date "library". Thanks @WoodyAtHome!
2022-01-17 17:27:59 -08:00