Skip to content

Instantly share code, notes, and snippets.

@rosshanney
Created August 30, 2013 18:49
Show Gist options
  • Save rosshanney/6393084 to your computer and use it in GitHub Desktop.
Save rosshanney/6393084 to your computer and use it in GitHub Desktop.
Prevent Timezone Issue with BackWPup Plugin
<?php
/*
Plugin name: GCE Prevent Timezone Issue with BackWPup Plugin
*/
define( 'RAXSDK_TIMEZONE', 'UTC' );
@DigitalEssence
Copy link

Thanks for that. It's fixed the issue with events going past 3rd of November.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment