melvinw / tracer

ISC License
0 stars 1 forks source link

Initial draft of start_time, end_time option #11

Open kishore-ganesh opened 2 years ago

kishore-ganesh commented 2 years ago

What I have done: Added the interpolation from start_time to end_time

Things to discuss:

  1. Is the option name "time" fine or should I change it to "start_time"
  2. I'm reusing the parse_time function for increment time, though increment time doesn't actually use the timezone values
  3. I'm assuming the same time zone for start and end time, though this doesn't reflect in the code right now - It takes a timezone for end time too, but it isn't actually used

Signed-off-by: Kishore Ganesh kishore2912000@gmail.com