Moderator: Moderators
kraada wrote:Yes use this filter:
tourney_holdem_hand_player_statistics.date_played > now() - interval '5 hours'
kraada wrote:Do you use the My Day Starts At setting value?
kraada wrote:tourney_holdem_hand_player_statistics.id_hand in (SELECT thhps.id_hand from tourney_holdem_hand_player_statistics thhps where thhps.date_played > now() - interval '5 hours')
WhiteRider wrote:It could be affected by your timezone - times are stored in the database as GMT/UTC times, so if you're comparing the unadjusted times you may need to include an offset. Once you figure out what that offset is it should remain consistent, so you might always need to add 4 hours, or whatever, to the value you actually want.
Return to Custom Stats, Reports, and SQL [Read Only]
Users browsing this forum: No registered users and 0 guests