chore(server): time bucket sql (#6156)

This commit is contained in:
Jason Rasmussen
2024-01-03 23:32:52 -05:00
committed by GitHub
parent 317adc5c28
commit 7b40c20ea5
3 changed files with 151 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ export const DummyValue = {
STRING: 'abcdefghi',
BUFFER: Buffer.from('abcdefghi'),
DATE: new Date(),
TIME_BUCKET: '2024-01-01T00:00:00.000Z',
};