mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 17:23:16 +08:00
Change account sync date format to mm/dd/YYYY
CURA-7290
This commit is contained in:
parent
97d1c3200b
commit
de0ef8ae62
@ -121,7 +121,7 @@ class Account(QObject):
|
||||
self.syncStateChanged.emit(self._sync_state)
|
||||
|
||||
if self._sync_state == SyncState.SUCCESS:
|
||||
self._last_sync_str = datetime.now().strftime("%d/%m/%Y %H:%M")
|
||||
self._last_sync_str = datetime.now().strftime("%m/%d/%Y %H:%M")
|
||||
self.lastSyncDateTimeChanged.emit()
|
||||
|
||||
if self._sync_state != SyncState.SYNCING:
|
||||
|
Loading…
x
Reference in New Issue
Block a user