统一前后端时间时区请求
This commit is contained in:
@@ -313,8 +313,7 @@ def test_simulation_run_translates_rfc3339(monkeypatch):
|
||||
assert result.exit_code == 0
|
||||
assert captured["json"] == {
|
||||
"name": "demo",
|
||||
"simulation_date": "2025-01-02",
|
||||
"start_time": "03:04:05+08:00",
|
||||
"start_time": "2025-01-02T03:04:05+08:00",
|
||||
"duration": 30,
|
||||
}
|
||||
assert "tjwater-cli data timeseries realtime links" in result.stdout
|
||||
|
||||
Reference in New Issue
Block a user