Open bsrdjan opened 4 years ago
Only in my mobile app, the sun rising/setting times are shown in a format incompatible with sr-latn
language setting:
In desktop browser looks correct:
Could the locale language be missing here ? If added, together with format, could fix seconds as well:
${undefined !== next_rising ? _renderPresentSingle(
next_rising.toLocaleTimeString(), '', 'mdi:weather-sunset-up') : ""}
${undefined !== next_setting ? _renderPresentSingle(
next_setting.toLocaleTimeString(), '', 'mdi:weather-sunset-down') : ""}
thank you for your report. I have released a new version to fix this issue. I will consider handling the date format in a future version.
Thank you. Renato
Hi,
First of all, thanks for your great card!
I have the same issue with the seconds. I have the latest release as far as I know.
Could you please re-check?
Thanks!
Thank you very much for this weather card.
Would it make sense to trim seconds out sunrise/sunset timestamps, by default or configuraton options, like: