bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41543: 28.0.50; Wrong sunrise and sunset here


From: Jean Louis
Subject: bug#41543: 28.0.50; Wrong sunrise and sunset here
Date: Thu, 28 May 2020 11:07:39 +0300
User-agent: Mutt/1.14.0 (2020-05-02)

* Glenn Morris <rgm@gnu.org> [2020-05-28 01:56]:
> Jean Louis wrote:
> 
> > (setq calendar-latitude 29.72780)
> > (setq calendar-longitude 1.12484)
> > (setq calendar-time-zone 180)
> 
> You seem to have mixed up longitude and latitude.
> It is unlikely somewhere 1 degree east of the meridian is 3 hours ahead
> of UTC.

Ah, thank you, I have mixed the latitude and longitude and did not put
it negative for latitude.

$ termux-location -p gps

{
  "latitude": -1.12455759,
  "longitude": 29.72765716,
  "altitude": 1825.0,
  "accuracy": 18.0,
  "bearing": 287.3999938964844,
  "speed": 1.9112823009490967,
  "elapsedMs": 6,
  "provider": "gps"
}

Now it is showing me pretty correctly:

M-x sunrise-sunset

Sunrise 6:57am (UTC+180), sunset 6:59pm (UTC+180) at Bwindi
Impenetrable Forest (12:02 hrs daylight)

Thank you,
Jean





reply via email to

[Prev in Thread] Current Thread [Next in Thread]