panettone: show user's offset in dottime

#91
Opened by sterni at 2021-01-15T12·53+00

Support for offsets would need to be imlemented in klatre:format-dottime and we'd need to determine the user's offset in panettone. I think there's no nice way around JavaScript here, but we can always fall back to +00, so it wouldn't be required.

It should probably also be possible for users to disable this for themselves or maybe to set a static offset in ldap.

  1. sterni changed the subject of this issue from "panettone: show user's offset in dottime" to "panettone: show user" at 2021-01-15T12·54+00
  2. sterni updated the body of this issue at 2021-01-15T12·54+00
  3. sterni changed the subject of this issue from "panettone: show user" to "panettone: show user's offset in dottime" at 2021-01-15T12·55+00
  4. sterni updated the body of this issue at 2021-01-15T12·59+00
  5. I started working on this in CL/2472, but got stuck on implementing database migrations for panettone as we essentially will need that to add a new row to multiple tables.

    On fortunately it seems that all db migration libs I checked for CL also support downgrades which just increases the effort writing migrations unnecessarily.

    sterni at 2021-02-21T18·56+00

  6. I think we sorted out DB migrations, right? Maybe this can move forward?

    tazjin at 2023-06-20T13·43+00