-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sendDate ignores hour #40
Comments
Experienced the same. I guess the DateFormat is wrong in that case.
|
For our project I rewrote com.createsend.Campaigns.send(...)
With that it sends the time with the date by starting the campaign. Would be nice if someone could change the SimpleDateFormat in the JsonProvider I showed in my last comment. |
@niawahyuni Maybe you could add this. |
And here is the pull request. #49 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling send on a Campaigns instance the provided Date sendDate parameter gets stripped of the time.
It will always fall back to 12:00 AM.
The text was updated successfully, but these errors were encountered: