Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Unverified Commit 7acc1e4d authored by Lionel Mamane's avatar Lionel Mamane Committed by Michael Bestas
Browse files

when user changes event timezone, start/end same time in new timezone

as opposed to silently and invisibly expressing the absolute point
in time in new timezone.

E.g. if the event was:

start: 14 February 19:00 (invisibly: UTC+2)
end:   14 February 23:00 (invisibly: UTC+2)
tz:    UTC+2

and the users changes the tz to UTC+3, the times must be changed to:

start: 14 February 19:00 (invisibly: UTC+3)
end:   14 February 23:00 (invisibly: UTC+3)

as opposed to remaining:

start: 14 February 19:00 (invisibly: UTC+2)
end:   14 February 23:00 (invisibly: UTC+2)

and thus on save becoming:

start: 14 February 20:00 UTC+3
end:   15 February 00:00 UTC+3

which is not what the user meant...

Change-Id: Ifce03e227b3f693e18e0588947bc32b7fc264369
parent a2591903
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment