|
@@ -29,7 +29,7 @@ func GetDefaultConfigList(source, subSource int) (list []*edb_refresh.EdbRefresh
|
|
|
refreshFrequencyList := []string{"每自然日", "每交易日", "每周", "每旬", "每月", "每季", "每半年", "每年"}
|
|
|
now := time.Now()
|
|
|
//now = time.Date(2023, 12, 31, 19, 10, 59, 0, time.Local)
|
|
|
- now = time.Date(2023, 12, 31, 04, 10, 59, 0, time.Local)
|
|
|
+ //now = time.Date(2023, 12, 31, 04, 10, 59, 0, time.Local)
|
|
|
|
|
|
currTimeStr := getPreviousHalfHour(now)
|
|
|
fmt.Println(currTimeStr)
|