Make scheduling and dates timezone-safe
This commit is contained in:
@@ -303,6 +303,9 @@ export default function SettingsScreen() {
|
||||
Role: {profile.role}
|
||||
</Text>
|
||||
) : null}
|
||||
<Text style={[styles.meta, { color: colors.mutedForeground }]}>
|
||||
Time zone: {profile?.timeZone ?? "America/New_York"}
|
||||
</Text>
|
||||
</Card>
|
||||
|
||||
<Card title="Accounts">
|
||||
|
||||
Reference in New Issue
Block a user