bug fix:timezone error

This commit is contained in:
2021-03-04 17:27:33 +08:00
parent a9135de034
commit 407a63502b
7 changed files with 50 additions and 25 deletions
+3 -6
View File
@@ -3,12 +3,9 @@ package moon
import (
"fmt"
"testing"
"time"
)
func TestMoonI(t *testing.T) {
fmt.Println(MoonR(2465445.9755443))
}
func Test_NewCalc(t *testing.T) {
fmt.Printf("%.14f", MoonCalcNew(2, 2451546.0))
func Test_Rise(t *testing.T) {
fmt.Println(RiseTime(time.Now(), 115, 32, true))
}