Skip to content
Snippets Groups Projects
Verified Commit 58e51638 authored by David Hoese's avatar David Hoese
Browse files

Remove timezone from data download page

It wasn't being respected
parent 6183f647
No related branches found
No related tags found
No related merge requests found
Pipeline #27933 passed
......@@ -321,7 +321,8 @@ $(document).ready(function(){
timeFormat:'HH:mm',
showSecond:false,
showMillisec:false,
showMicrosec:false
showMicrosec:false,
showTimezone:false
});
$('#End-date-picker').datetimepicker({
......@@ -331,7 +332,8 @@ $(document).ready(function(){
timeFormat:'HH:mm',
showSecond:false,
showMillisec:false,
showMicrosec:false
showMicrosec:false,
showTimezone:false
});
//bind the enabling/disabling of forms to radio buttons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment