首页 > TAG信息列表 > julian

儒略日相关换算 Python实现

数学公式 函数 import time def YMD_to_MJD(gmt_time): moudle0 = int((gmt_time.tm_mon-14)/12) module1 = int((1461/4)*(gmt_time.tm_year + 4800 + moudle0)) moudle2 = int((367/12)*(gmt_time.tm_mon - 2 - 12*moudle0)) moudle3 = int((3/4)*int((gmt_ti