seanmorley15/AdventureLog

[REQUEST] Default timezone for trip

Closed this issue · 2 comments

Is your feature request related to a problem? Please describe.
I created a collection with start/end dates. Every time I add new location visit, I have to select a timezone.
Once added, the itinerary planning view is displayed on my current timezone, so the trip activities kinda get broken up into different day if they are close to midnight of my current timezone.

For example:

  • A visit on from 9AM to 2PM on UTC+7 for day 2 of itinerary
  • will becomes a visit from 9PM to 2AM of day 1 and day 2 on EST

Describe the solution you'd like
I think having a default timezone for the trip, so that the itinerary view can display according to this time zone instead.
Adding a new visit, lodging, transportation can also default to the collection's timezone.

Or alternatively, having an option to view the itinerary under a different timezone works can work as well.

is this a duplicate of #801 ?

@egelmex yep looks it is duplicated.