Skip to content

fixing datetime tostring locale issue #150

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

Merged
merged 5 commits into from
Sep 23, 2015
Merged

fixing datetime tostring locale issue #150

merged 5 commits into from
Sep 23, 2015

Conversation

AditTulasi
Copy link

Please include a description of the change, in this case (for bug fixes), the bug #, root cause, and the fix description.

@@ -139,10 +140,12 @@ protected override void ProcessRecord()
WriteDebug(String.Format(Resources.TypeFilter, Type));
WriteDebug(String.Format(Resources.JobIdFilter, JobId));

DateTimeFormatInfo format = new CultureInfo("en-US").DateTimeFormat;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't the two Write-Debug's above also need this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added there too.

AditTulasi added a commit that referenced this pull request Sep 23, 2015
fixing datetime tostring locale issue
@AditTulasi AditTulasi merged commit 405a1ff into release Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants