Script Summary: Changes eBay auction end time from PDT to CST timezone (easy to edit for a different time zone, see comments)
// eBay PDT to CST end auction time change user script
// version 0.1 Beta
// 2011-08-11
// Copyright (c) 2011, Brett Walach (FightCube Technologies, Inc.) <fightcube>
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script. To install it, you need
// Greasemonkey 0.3 or later: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// To uninstall, go to Tools/Greasemonkey/Manage User Scripts,
// select "eBay PDT to CST time change", and click Uninstall.
//
// --------------------------------------------------------------------
//
// Credits:
// Base code - Steinar H. Gunderson - http://bzr.sesse.net/greasemonkey-scripts/
// 24 to 12 hour code - Anatoly Milner (The Milner Group, Inc.)
// <greasemonkeyscript>
// convertMonth Function - Mark Bryan Yu - http://userscripts.org/users/24500
// http://www.w3schools.com/jsref/jsref_obj_date.asp
// http://www.javascriptkit.com/javatutors/redev2....
// http://www.regular-expressions.info/javascripte...



