PM-444 "0013316: Be able to assign users to different time zone (user's time zone)" SOLVED

Issue:
    PM-444:  0013316: Be able to assign users to different time zone
    PM-3493: Agregar soporte multiple timezone a los endpoints usando formato fecha ISO 8601
Cause:
    New feature
Solution:
    Added functionality for time zone
This commit is contained in:
Victor Saisa Lopez
2015-11-26 20:11:58 -04:00
parent 4879d8089e
commit 6cd975664b
36 changed files with 931 additions and 276 deletions

View File

@@ -1,11 +1,6 @@
<?php
//sysGeneric, to redirect workspace, the url should by encrypted or not
if (version_compare(phpversion(), "5.1.0", ">=")) {
date_default_timezone_set("America/La_Paz");
} else {
// you're not
}
//***************** URL KEY *********************************************
define("URL_KEY", 'c0l0s40pt1mu59r1m3' );
@@ -80,7 +75,7 @@ $virtualURITable['/(*)'] = PATH_HTML;
}
//************** verify if the URI is encrypted or not **************
G::parseURI ( getenv( "REQUEST_URI" ) );
G::parseURI ( getenv( "REQUEST_URI" ) );
//print '-' . SYS_TEMP .'-' . SYS_LANG. '-' . SYS_SKIN.'-' . SYS_COLLECTION.'-' . SYS_TARGET.'<br>';