This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/python | |
# a Python script for PyEphem | |
# http://rhodesmill.org/pyephem/ | |
# to find out the sunrise and sunset time | |
# in UTC | |
# (add more code for the local time by yourself) | |
# by Kenji Rikitake 6-OCT-2009 | |
from datetime import datetime, timedelta |