mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-31 14:43:35 +00:00
Review
This commit is contained in:
@@ -73,7 +73,7 @@ export function formatNextRun(isoString: string): string {
|
||||
}
|
||||
|
||||
// Further out - show day and time
|
||||
return date.toLocaleDateString([], {
|
||||
return date.toLocaleString([], {
|
||||
weekday: 'short',
|
||||
hour: 'numeric',
|
||||
minute: '2-digit'
|
||||
|
||||
Reference in New Issue
Block a user