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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-03-2004, 05:14 PM
upnorth upnorth is offline
 
Join Date: Jul 2003
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Event Table Date Issue

Not sure which forum I should post this in so I'll start here.

I'm trying to figure out why when I query the event table and look at the dateline_from feild I can not get the same date as what the calander see's? My query always shows the date as being 1 day earlier.

i.e.
If I enter an event into the vB calander for the 4th, it shows up on the 4th in the calander but when I query the events table and look at the date its the 3rd?

When I run the following code:
Code:
<?php
require_once('./global.php')
?>
<html>
<head>
	<link href="../links.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#fff9e6">
<?php

$events = $DB_site->query("select * from event order by dateline DESC limit 15");
$offset = iif (!$ev['utc'], $bbuserinfo['tzoffset'], $bbuserinfo['timezoneoffset']);
if ($DB_site->num_rows($events)) 
{ 
        while ($ev = $DB_site->fetch_array($events)) 
        { 
	$ev['dateline_from_user'] = ($ev['dateline_from'] + ($offset * 3600));
	$dateline_from_raw=$ev['dateline_from'];
	$dateline_from_conv=vbdate('m-d-y', $ev['dateline_from']);
	$offset_cal=($offset * 3600);
	$date_adj_raw=($dateline_from_raw+$offset_cal);
	$date_adj_conv = vbdate('m-d-y', $date_adj_raw);

	echo "<hr><hr>dateline_from_raw=$dateline_from_raw<br>";
	echo "dateline_from_converted=$dateline_from_conv<br>";
	echo "Offset=$offset<br>";
	echo "Offset calculated(*3600)=$offset_cal<br>";
	echo "date from adjusted raw=$date_adj_raw<br>";
	echo "date from adjusted converted=$date_adj_conv";
        } 
} 
?>
</body>
</html>
I get the following output:
Code:
dateline_from_raw=1094256000
dateline_from_converted=09-03-04
Offset=-6
Offset calculated(*3600)=-21600
date from adjusted raw=1094234400
date from adjusted converted=09-03-04
...
But this event shows up on 09-04-04 not 09-03-04 as the query indicates?

Anyone able to help me out with this?
Reply With Quote
 


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 06:15 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.03387 seconds
  • Memory Usage 2,246KB
  • 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
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (2)postbit
  • (2)postbit_onlinestatus
  • (2)postbit_wrapper
  • (1)showthread_list
  • (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_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • 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_threaded
  • showthread_threaded_construct_link
  • 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