- This topic has 4 replies, 4 voices, and was last updated 9 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › UTC time
How can I change the UTC time stamp for sales to EASTERN STANDARD TIME?
thanks
You are using eStore to process the sales right? If that is correct then you need to tweak the time value in eStore for this.
Open the “eStore_post_payment_processing_helper.php” file and search for the following:
$clienttime = (date ("H:i:s"));
This is where it gets the time from the system. You can use a different PHP function to get the time that you want.
Make sure to search and replace all the occurrences of the searched term.
Hello! Is there a way to change the date to 12/14/2015 and time to 6:00pm EST for us US folks? Thanks!
i am referring to WP Affiliate Platform only
The following should help: