Skip to content

Enabling the creation of a logbook event at a specific timestamp

  • The logbook.add_event function was using datetime.now() as default timestamp.
  • Added a logbook.add_event(..., timestamp=timestamp) where timestamp is a datetime.datetime object as optional keyword argument (defaults to None).
  • Adapted the tests for the additional keyword and added one specific test (to the best of my knowledge... 😄)

Merge request reports

Loading