Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zoholib
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gems
zoholib
Commits
2b404dd7
Commit
2b404dd7
authored
Jul 09, 2020
by
Jose Ernesto Suarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error with dates
parent
80f575cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
adamo_client.rb
lib/zoholib/adamo_client.rb
+2
-2
version.rb
lib/zoholib/version.rb
+1
-1
No files found.
lib/zoholib/adamo_client.rb
View file @
2b404dd7
...
@@ -34,8 +34,8 @@ module Wedoops
...
@@ -34,8 +34,8 @@ module Wedoops
page
=
1
page
=
1
limit
=
50000
limit
=
50000
date
=
Date
.
today
.
prev_day
.
strftime
(
"%Y%m%d"
)
date
=
Date
.
today
.
prev_day
.
strftime
(
"%Y%m%d"
)
date
=
Date
.
parse
(
"01-01-2011"
).
strftime
(
"%Y%m%d"
)
if
all
#
date=Date.parse("01-01-2011").strftime("%Y%m%d") if all
date
=
nil
if
all
resultado_final
=
Array
.
new
resultado_final
=
Array
.
new
r
=
Array
.
new
r
=
Array
.
new
loop
do
loop
do
...
...
lib/zoholib/version.rb
View file @
2b404dd7
# frozen_string_literal: true
# frozen_string_literal: true
module
Wedoops
module
Wedoops
module
Zoholib
module
Zoholib
VERSION
=
'0.1
5
'
VERSION
=
'0.1
7
'
end
end
end
end
\ No newline at end of file
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