question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Recently started getting timestamp_signup error when adding a member

See original GitHub issue

Recently I’ve started getting a “This value is not a valid datetime.” error saying the timestamp_signup is not a valid datetime. This is in C# code that hasn’t changed in over a year:

`var member = new Member { EmailAddress = email, StatusIfNew = Status.Subscribed, EmailType = “html”, IpOpt = userIPAddress, TimestampSignup = DateTime.UtcNow.ToString(“s”) };

var result = await mailChimpManager.Members.AddOrUpdateAsync(_ListId, member);`

I’ve tried a dozen variations of sending a datetime and continue to get the same error.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
m-reinkecommented, Nov 2, 2018

Had the same. Changed timestamp format to: member.TimestampSignup = DateTime.UtcNow.ToString(“yyyy-MM-dd hh:mm:ss”); See also StackOverflow

0reactions
ronaldbarendsecommented, Nov 30, 2021

@brandonseydel Would adding the above TimestampSignupUtc property still add value?

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is time stamping error and how to fix it?
When I was using web deposit form to deposit the data, I found “time stamping error” in all submissions when I use Web...
Read more >
error while getting last oplog entry for begin timestamp: find ...
1 Answer. You cannot add a MongoDB 3.4. x member to a MongoDB 3.0. x replica set.
Read more >
Migration error on timestamp change field - laravel 5
But I got error : Unknown column type "timestamp" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type ...
Read more >
Adding a simple timestamp - Power Platform Community
I'd like the app to automatically date and time stamp the current record in a specific field when the user clicks the Submit...
Read more >
Error: Timestamp Invalid
Cause. This issue occurs because the computer clock is not synchronized with the correct time zone and Internet time.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found