コード例 #1
0
ファイル: location.py プロジェクト: rob-blackbourn/PyFinance
 def universal_from_local(self, local_time):
     """Return universal time from local time at this location."""
     return local_time - Astro.zone_from_longitude(self.longitude)