You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix deadline header with correct instant value (#551) (#552)
Instant's value now correctly prints as an EPOCH number
### Motivation:
A regression was introduced by
#540. The
HTTP headers returned by `LocalServer` contained an invalid
representation of the Lamba Deadline.
See #551
### Modifications:
- Add `CustomStringConvertible` to `LambdaClock.Instant` to just print
the `Int64` value
- add a unit test
### Result:
The runtime works correctly with the new `LambdaClock`
0 commit comments