[weewx-user] Time and date format in Weewx database

2022-11-04 Thread Phillip Fischer
I hope that someone would be able to point me in the right direction. I am aiming to use Weewx to log data from a weather station console of a station that is set up in a remote, out of the way area as part of my research. Due to an oversight in Station specs, I was given a station that will ne

Re: [weewx-user] Time and date format in Weewx database

2022-11-04 Thread Phillip Fischer
; >> 1667553105 >> >> $ date -d @1667553105 >> Fri 04 Nov 2022 20:11:45 AEDT >> >> man date >> >> within a mysql (mariadb)... >> SELECT FROM_UNIXTIME(datetime, '%d-%m-%Y %H:%i') from archive WHERE >> dateTime = 166734; >>