Commit e6a87a4db033b637070a257fb538d8ce8d611ecd
1 parent
b2c1bf9a
Exists in
juice_jdc
and in
1 other branch
Fix default date for timestampfrom
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ParamTemplateList.xml
... | ... | @@ -1863,7 +1863,7 @@ |
1863 | 1863 | <paramTemplate paramId="timestampfrom" fileName="timestampfrom_##SAMPLING##_##FROM##"> |
1864 | 1864 | <arguments> |
1865 | 1865 | <argument key="SAMPLING" name="Sampling" type="float" default="60"/> |
1866 | - <argument key="FROM" name="From" type="date" default="1970/01/01 01:00:00.000"/> | |
1866 | + <argument key="FROM" name="From" type="date" default="1970/01/01 00:00:00.000"/> | |
1867 | 1867 | </arguments> |
1868 | 1868 | </paramTemplate> |
1869 | 1869 | <paramTemplate paramId="helios1_e1_idist_n_sumel" fileName="helios1_e1_idist_n_sumel_##min##_##max##"> | ... | ... |