Skip to content

Instantly share code, notes, and snippets.

View ooscarr's full-sized avatar
🎃
Looking for a job (Dec1-Feb29)

Oscar Fernández ooscarr

🎃
Looking for a job (Dec1-Feb29)
View GitHub Profile
@ooscarr
ooscarr / fecha.php
Last active October 18, 2017 12:31
ṔOSIX time in date in GMT-3 (America/Chile summer time) in PHP
<?php
//Return ṔOSIX time in date in GMT-3 (America/Chile summer time)
$offset=3*60*60; //converting 3 hours to seconds.
echo gmdate("Y-m-d", $_GET['epoch']-$offset);
?>
@ooscarr
ooscarr / designer.html
Last active August 29, 2015 14:22
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-ajax/core-ajax.html">
<link rel="import" href="../google-map/google-map.html">