librehat / com.librehat.yahooweather

[DEPRECATED] Yahoo! Weather Widget for Plasma Desktop
https://www.kde-look.org/p/998912/
GNU General Public License v3.0
23 stars 11 forks source link

This fixes issue #36 #37

Closed smitgd closed 8 years ago

smitgd commented 8 years ago

Sunrise/Sunset time from yahoo has missing leading 0 when minute less than 10. Append leading 0 when necessary, e.g., 8:7 becomes 8:07

smitgd commented 8 years ago

Something like this probably also needed if optional 24-hour time format is implemented so that 8:7 pm would display as 20:07 and not 20:7

librehat commented 8 years ago

Please use descriptive commit log such as

Fix sunset sunrise time format. Fix #36
smitgd commented 8 years ago

Ok, done.