- Timestamp:
- 03/18/19 17:24:30 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp/3.3/WebApp/Web.config
r12428 r16692 1 <?xml version="1.0"?> 2 1 <?xml version="1.0" encoding="utf-8"?> 3 2 <configuration> 4 3 <configSections> -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp/3.3/WebApp/helper.js
r12878 r16692 31 31 var month = (1 + date.getMonth()).zeropad(2); 32 32 var year = date.getFullYear(); 33 var hour = (date.getHours() - 2).zeropad(2);33 var hour = (date.getHours() + date.getTimezoneOffset() / 60).zeropad(2); 34 34 var minute = date.getMinutes().zeropad(2); 35 35 var second = date.getSeconds().zeropad(2); -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/plugins/Web.config
r12428 r16692 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <system.web> -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp/3.3/WebApp/shared/layout/layout.cshtml
r12878 r16692 1 1 @* HeuristicLab 2 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 3 3 * 4 4 * This file is part of HeuristicLab.
Note: See TracChangeset
for help on using the changeset viewer.