This is odd. Which API endpoint are you calling? For the user @bar, I get back a totally different id, and the correct created_at date matching the web page. What is the logic of your code doing in this case?
twurl "/1.1/users/show.json?screen_name=bar"
{
"id": 2530071,
"id_str": "2530071",
"name": "mr bar",
"screen_name": "bar",
"location": "",
"description": "",
"url": null,
"entities": {
"description": {
"urls": [
]
}
},
"protected": false,
"followers_count": 433,
"friends_count": 1,
"listed_count": 10,
"created_at": "Tue Mar 27 17:48:24 +0000 2007",
"favourites_count": 0,
"utc_offset": -36000,
"time_zone": "Hawaii",
"geo_enabled": false,
"verified": false,
"statuses_count": 3,
"lang": "en",
"status": {
"created_at": "Sat Jan 23 02:55:21 +0000 2010",
"id": 8096174063,
"id_str": "8096174063",
"text": "I nominate @dothesit for a Shorty Award in #snoobab because... he will build a better baboon http://bit.ly/shorty",
"source": "<a href=\"http://shortyawards.com\" rel=\"nofollow\">Shorty Awards</a>",
"truncated": false,
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweet_count": 15,
"favorite_count": 53,
"entities": {
"hashtags": [
{
"text": "snoobab",
"indices": [
43,
51
]
}
],
"symbols": [
],
"urls": [
],
"user_mentions": [
{
"screen_name": "DoTheSit",
"name": "Dan",
"id": 20647729,
"id_str": "20647729",
"indices": [
11,
20
]
}
]
},
"favorited": false,
"retweeted": false,
"lang": "en"
},
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "1A1B1F",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"profile_background_tile": false,
"profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png",
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png",
"profile_link_color": "2FC2EF",
"profile_sidebar_border_color": "181A1E",
"profile_sidebar_fill_color": "252429",
"profile_text_color": "666666",
"profile_use_background_image": true,
"default_profile": false,
"default_profile_image": true,
"following": false,
"follow_request_sent": false,
"notifications": false
}