Skip to content

Commit

Permalink
feat(weather-station): update datetime format
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Helms authored and Andreas Helms committed Dec 3, 2024
1 parent 5bd6e33 commit 57f6626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/map/sidebar/WeatherStationContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const WeatherStationContent = ({ match }, { intl }) => {
<FormattedMessage
id="last-updated"
defaultMessage="Last updated"
values={{ time: moment(updatedAt).format('LT') || '' }}
values={{ time: moment(updatedAt).format('LLL') || '' }}
/>
</td>
</tr>
Expand Down

0 comments on commit 57f6626

Please sign in to comment.