We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d2391 commit 3359f35Copy full SHA for 3359f35
1 file changed
web/src/components/ClassRoomRank/index.tsx
@@ -154,7 +154,7 @@ const ClassRoomRank = (props: IProps) => {
154
最新数据更新时间:
155
{props.latestUpdatedAt && (
156
<span style={{ marginLeft: 10, fontWeight: 'bold' }}>
157
- {dayjs(props.latestUpdatedAt).format('YYYY-MM-DD HH:mm::ss')}
+ {dayjs(props.latestUpdatedAt).format('YYYY-MM-DD HH:mm:ss')}
158
</span>
159
)}
160
0 commit comments