http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/date.c
GotHub (master) Explore About Source code Back to git/git date.c Raw 1 /* 2 * GIT - The information manager from hell 3 * 4 * Copyright (C) Linus Torvalds, 2005 5 */ 6 7 # define DISABLE_SIGN_COMPARE_WARNINGS 8 9 # include "git-compat-util.h" 10 # include "date.h" 11 # include "gettext.h" 12 # include "pager.h" 13 # include "strbuf.h" 14 15 /* 16 * This is like mktime, but without normalization of tm_wday and tm_yday. 17 */ 18 time_t tm_to_time_t ( const struct tm * tm )...