zulip/zulip-flutter

profile: Display user's local time

Open

#292 opened on Aug 31, 2023

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Dart (456 forks)github user discovery
help wanted

Repository metrics

Stars
 (454 stars)
PR merge metrics
 (PR metrics pending)

Description

In the profile screen (#195 ) we should show the current time in the user's configured timezone. This will involve integrating timezone data.

We've identified https://pub.dev/packages/timezone as a good candidate (chat thread) and an initial attempt was already made to integrate it, but the initialization of the database was measured to take ~100ms during bootup. It would make sense to delay the initialization of the database until we need to display the profile screen.

A followup issue will be:

  • #293

Contributor guide