Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7060439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:21:11+00:00 2026-05-28T04:21:11+00:00

I have this string: Fri, 13 Jan 2012 04:26:42 PST I tries to parse

  • 0

I have this string:

Fri, 13 Jan 2012 04:26:42 PST

I tries to parse it like that:

DateTime.TryParse("Fri, 13 Jan 2012 04:26:42 PST", out date)

Or like that:

Convert.ToDateTime("Fri, 13 Jan 2012 04:26:42 PST")

And it throws to me:

MESSAGE: The string was not recognized as a valid DateTime. There is an unknown word starting at index 26.

Any idea what is wrong and how can I fix it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T04:21:12+00:00Added an answer on May 28, 2026 at 4:21 am

    With named timezones, you can create a dictionary that maps the names to the actual timezone difference in the format recognized – then, use this dictionary to replace named timezones with their recognized format.

    At this point you will have a string that can be parsed by the framework.

    Dictionary<string,string> namedToActualTZ = new Dictionary<string,string>();
    namedToActualTZ.Add("PST", "-0800");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: 2010-01-01 12:30:00 I need that to convert to
I have this string 2012-06-27 16:17:06 and I want to convert it to GMT
I have this string stored in a variable: IN=bla@some.com;john@home.com Now I would like to
I have a class file where the date field has value like 1329242400. This
i have a string like below, [Session #1: Tues May 31st - Fri June
i have this string <PARAMETERS zone = 6 check_in = 2012-07-01 check_out = 2012-07-02>
I have this string: My name is <b>Bob</b>, I'm <b>20</b> years old, I like
I have some dates that are returned as the following string: Fri, 13 Aug
I have this string s that is formatted in this way. I want to
What I have: a string that says Tue Aug 7, 2012 to Tue Aug

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.