Bast1onCZ
Results
2
issues of
Bast1onCZ
## Issue Description While having code: ``` @Entity() export class User { @PrimaryGeneratedColumn() id: number; } export class AlgorithmPK { @PrimaryColumn() ownerId: number; /** * Algorithm number unique for each...
bug
requires triage
I'd like to use `interval === '12h'` & `intervalBoundary === true`, while the rotation would be aligned in UTC instead of my system timezone. Is it possible, please?