I hereby claim:
- I am metmirr on github.
- I am metmirr (https://keybase.io/metmirr) on keybase.
- I have a public key ASCjVDVEn2fWM1a3DqTf8tCi0t2s0R5Va01Aj9BxKoJ3Qwo
To claim this, I am signing this object:
| import json | |
| from datetime import datetime, timedelta | |
| def generate(start_date, end_date): | |
| time_delta = end_date - start_date | |
| hours = time_delta.days * 24 + time_delta.seconds // 3600 | |
| print(hours) | |
| dates = [start_date + timedelta(hours=i) for i in range(1, hours + 1)] |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "abi": [ | |
| { | |
| "anonymous": false, | |
| "inputs": [ | |
| { | |
| "indexed": false, | |
| "internalType": "uint64", | |
| "name": "_id", | |
| "type": "uint64" |