Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-18-2004, 05:36 PM
socals socals is offline
 
Join Date: Jul 2004
Location: California
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Help Converting Dates

I'm trying to convert different date/time strings from different GMT settings into the same format as the vBulletin TIMENOW, so that I can store them in a dateline field.

Example of my date/time strings:

2004-09-18T17:57:00+00:00
2004-09-13T06:44:30-07:00
Wed, 15 Sep 2004 08:15:00 PST

Any help would be greatly appreciated.

I'm taking RSS feeds and storing them in a database, and I'd like to use the same vBulletin date format.

What I have so far is a manual way for the 1st 2 dates in my list:
Code:
$newsdate = $this->dcdate;
//$newsdate = "2004-09-18T12:28:30-07:00";
$nyear = substr($newsdate,0,4);
$nmonth = substr($newsdate,5,2);
$nday = substr($newsdate,8,2);
$nhour = substr($newsdate,11,2);
$nmin = substr($newsdate,14,2);
$nsec = substr($newsdate,17,2);
$dateline = mktime($nhour, $nmin, $nsec, $nmonth  , $nday, $nyear);
I would still need to write code to manually fix the GMT time, but I figure there is a routine to do this? Or an easier way than my attempt?
Reply With Quote
  #2  
Old 09-19-2004, 07:01 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should be able to use strtotime() to convert the text dates into UNIX datelines, this *should* also take into account the different time zones, however I've not tried it so I can't be sure.
Reply With Quote
  #3  
Old 09-21-2004, 12:10 AM
socals socals is offline
 
Join Date: Jul 2004
Location: California
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks alot! strtotime pretty much does all the work, just alittle help formatting at the beginning. If anyone else is interested here were my original examples:

2004-09-18T17:57:00+00:00 - needs formatting
2004-09-13T06:44:30-07:00 - (obv same as above)
Wed, 15 Sep 2004 08:15:00 PST - no formatting necessary

On the 1st two, just change:
2004-09-18 17:57:00+0000 - Remove "T" and ":" from time zone.
2004-09-13 06:44:30-0700
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03862 seconds
  • Memory Usage 2,174KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete