SpacetimeDB
SpacetimeDB copied to clipboard
Update formatting of timestamps and identities in PsqlFormatter
spacetime sql uses the PsqlFormatter to format its output. Right now it formats identities as a u256 and timestamps as a u64. We should update it to format identities in hex and timestamps in RFC3339.