> Pino Zollo wrote: > > Please, > > how does fldigi to set the GMT time in the log ? > > > > Actually it i doing wrong in my set-up.... > > I have the time zone set on America/Asuncion ...at present we are at GMT -3 so > > the local 17:43 is 20:43 GMT but fldigi sets 21:43... > > > > I do not find any way of changing it. > > > > Best 73 > > Pino ZP4KFX > > The time in fldigi is determined by your computer time. You may want to > see what the bios clock is set to, but I don't think that really matters. > > There is not a way via fldigi to set the time. So you need to look to > your OS settings. > > Ed W3NR
On debian/ubuntu: (# lines are comments...) pa...@gandalf:~$ sudo bash [sudo] password for pavel: # gain access to run the rigth command as root... r...@gandalf:~# dpkg-reconfigure tzdata # here you have a ncurses interface to select your time zone Current default time zone: 'America/Havana' Local time is now: Wed Apr 14 13:22:26 CDT 2010. Universal Time is now: Wed Apr 14 17:22:26 UTC 2010. # ok, set the date time as local time r...@gandalf:~# date -s "Wed Apr 14 13:26:39 CDT 2010" # chech your correct utc time r...@gandalf:~# date -u wed apr 14 17:27:28 UTC 2010 # store your date to the cmos, and exit r...@gandalf:~# hwclock --systohc r...@gandalf:~# exit 73. ======================================================================= Este mensaje ha sido enviado mediante el servicio de correo electronico que ofrece la Federacion de Radioaficionados de Cuba a sus miembros para respaldar el cumplimiento de los objetivos de la organizacion y su politica informativa. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas. _______________________________________________ fldigi-alpha mailing list [email protected] https://lists.berlios.de/mailman/listinfo/fldigi-alpha
