fix signing tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Emil Lerch 2022-01-20 12:58:56 -08:00
parent 7967d7e3ab
commit 65537613e1
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -143,7 +143,7 @@ pub fn signRequest(allocator: std.mem.Allocator, request: base.Request, config:
const signing_iso8601 = try std.fmt.allocPrint(
allocator,
"{:0>4}{:0>2}{:0>2}T{:0>2}{:0>2}{:0<2}Z",
"{:0>4}{:0>2}{:0>2}T{:0>2}{:0>2}{:0>2}Z",
.{
signed_date.year,
signed_date.month,