Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
co2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
516
Issues
516
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pixel Humain
co2
Commits
573452c5
Commit
573452c5
authored
Jan 14, 2020
by
Raph El
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into qa
parents
5bf3208a
6a687217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
assets/js/default/directory.js
assets/js/default/directory.js
+4
-4
No files found.
assets/js/default/directory.js
View file @
573452c5
...
...
@@ -487,13 +487,13 @@ function initPageTable(number){
today
=
new
Date
(
today
.
setSeconds
(
0
));
today
=
new
Date
(
today
.
setMinutes
(
0
));
today
=
new
Date
(
today
.
setHours
(
0
));
var
todayUTC0
=
moment
(
todayMoment
.
format
()).
utcOffset
(
"
+00:00
"
);
STARTDATE
=
moment
(
todayUTC0
.
format
()).
valueOf
();
//
var todayUTC0 = moment(todayMoment.format()).utcOffset("+00:00");
//STARTDATE = moment(todayMoment
.format()).valueOf();
STARTDATE
=
today
.
setDate
(
today
.
getDate
());
mylog
.
log
(
"
directory.js calculateAgendaWindow today2
"
,
typeof
today
,
today
);
mylog
.
log
(
"
directory.js calculateAgendaWindow todayMoment
"
,
typeof
todayMoment
,
todayMoment
.
format
(),
todayMoment
.
valueOf
());
mylog
.
log
(
"
directory.js calculateAgendaWindow todayUTC0
"
,
typeof
todayUTC0
,
todayUTC0
,
todayUTC0
.
format
(),
todayUTC0
.
valueOf
());
///
mylog.log("directory.js calculateAgendaWindow todayUTC0", typeof todayUTC0, todayUTC0, todayUTC0.format(), todayUTC0.valueOf());
mylog
.
log
(
"
directory.js calculateAgendaWindow STARTDATE
"
,
typeof
STARTDATE
,
STARTDATE
);
mylog
.
log
(
"
directory.js calculateAgendaWindow end
"
,
STARTDATE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment