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.

CSharp: Add ParameterDateFormat, ParameterTimeSpanFormat and ParameterTimeFormat

See original GitHub issue

If DateTimeOffset is used as DateTime type time zone can be lost, because "s" format is used to covert value to string for HTTP parameter. It would be better to use "O" format, or in general to provide setting to define formats for Date, DateTime , TimeSpan and Time types

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
RicoSutercommented, Oct 23, 2017

ParameterDateTimeFormat

0reactions
RicoSutercommented, Oct 23, 2017

Currently, ParameterDateTimeFormat is used for Date and DateTime. TimeSpan is handled with ToString I think.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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