Commit c363b00
committed
Resolves #6169 (FR-2380)
## Summary
- Show seconds in scheduling history timestamps by changing dayjs format from `'ll LT'` to `'ll LTS'`
- Also update sub-step timestamps from `'lll'` to `'ll LTS'` for consistent second-level precision
- This helps users distinguish closely-timed scheduling events at a glance

## Changes
| File | Change |
|------|--------|
| `BAISchedulingHistoryNodes.tsx` | `updatedAt`, `createdAt`: `'ll LT'` → `'ll LTS'` |
| `BAISessionHistorySubStepNodes.tsx` | `startedAt`, `endedAt`: `'lll'` → `'ll LTS'` |
**Checklist:**
- [ ] Specific setting for review: Navigate to session scheduling history to verify timestamps now show seconds
1 parent 03dc2b8 commit c363b00
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- packages/backend.ai-ui/src/components/fragments
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments