Skip to content

Commit

Permalink
fix: wrong way to do time query
Browse files Browse the repository at this point in the history
- (cannot query)"1010" represents a time of 10 hours, and 10 minutes.
- (cannot query) "90000", It might represnets a time of 9 hours?
- Start from time (HHMMSS-) is broken
- Between time (HHMMSS-HHMMSS) is broken

- Right padding zeros, to fit HHMMSS when present "1010"
- Left padding zeros, if query is 5 length ("90000")
- Start time from: substring using wrong index
> Should be 0 to dash
- Between time: substring using wrong index
> start time should be 0 to dash
> end time should be from dash+1
  • Loading branch information
Chinlinlee committed May 6, 2023
1 parent bbfdd11 commit e270a6c
Showing 1 changed file with 0 additions and 0 deletions.
Binary file not shown.

0 comments on commit e270a6c

Please sign in to comment.