Skip to content

Commit

Permalink
🐛 correção do merge !
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldo.junior committed Mar 8, 2018
1 parent 00a6090 commit 804338d
Show file tree
Hide file tree
Showing 2 changed files with 951 additions and 979 deletions.
8 changes: 2 additions & 6 deletions base/classes/helpers/DateTimeHelper.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,13 @@

/**
* Classe que faz varias transformações de data e hora
* @author reinaldo.junior
* @author reinaldo.junior
*/
class DateTimeHelper {
const DEFAULT_TIME_ZONE = 'America/Sao_Paulo';

/**
<<<<<<< HEAD
* Getter para criar uma instância de um objeto do tipo DateTime.
=======
* Getter para criar uma instância de um objeto do tipo DateTime.
>>>>>>> utf8
* @return DateTime
*/
public static function getCurrentDateTime() {
Expand All @@ -69,7 +65,7 @@ public static function getNow() {
$dateTime = self::getCurrentDateTime();
$retorno = $dateTime->format('Y-m-d H:i:s');
return $retorno;
}
}

/**
* Converter data no formato dd/mm/yyyy para yyyy-mm-dd
Expand Down
Loading

0 comments on commit 804338d

Please sign in to comment.