Skip to content

Instantly share code, notes, and snippets.

View Lukas0025's full-sized avatar

Lukáš Plevač Lukas0025

View GitHub Profile
// CC0 license - No Rights Reserved.
#include <time.h>
#include <stdio.h>
int main(void)
{
time_t now = time(NULL);
struct tm *tm;
int off_sign;