Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mozts2005 authored Jun 22, 2018
2 parents 3073518 + 0143aaa commit b0bf328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ you provide is on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND
INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS
FOR A PARTICULAR PURPOSE.

[cla]: https://www.clahub.com/agreements/mozts2005/ZendeskApi_v2
[cla]: https://cla-assistant.io/mozts2005/ZendeskApi_v2
[github]: https://github.com/mozts2005/ZendeskApi_v2
[stackoverflow]: http://stackoverflow.com/questions/tagged/zendeskapiv2
[dropbox]: https://www.dropbox.com
Expand Down
2 changes: 1 addition & 1 deletion test/ZendeskApi_v2.Test/TicketTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ public async Task CanCreateTicketWithRequesterAsync()
public void CanCreateTicketWithDueDate()
{
//31 December 2020 2AM
var dueAt = DateTimeOffset.Parse("12/31/2020 07:00:00 -05:00");
var dueAt = DateTimeOffset.Parse("12/31/2020 07:00:00 -05:00", CultureInfo.InvariantCulture);

var ticket = new Ticket()
{
Expand Down

0 comments on commit b0bf328

Please sign in to comment.