How to calculate postion of stars with PyEphem on particulary date. I writed code but it calculate only today
obs = ephem.Observer()
obs.date = "2010/12/10"
Sirrah = ephem.star("Sirrah")
Sirrah.compute(obs)
Thank's for help