gmtoff
long off = gmtoff(tmp, NULL, gmtmp);
long off = gmtoff(tm, &t, NULL);
args->gmtoff = atoi(optarg);
args->gmtoff = tm->tm_gmtoff;
args.gmtoff, buf);
args->gmtoff = a_num(optarg, "gmtoff");
args->gmtoff = tm->tm_gmtoff;
args.gmtoff, args.cpno, buf);
args->gmtoff = a_num(optarg, "gmtoff");
args->gmtoff = tm->tm_gmtoff;
args.gmtoff, args.sessionnr, buf);
context.gmtoff = tm->tm_gmtoff;
context.gmtoff = a_num(optarg, "gmtoff");
context.gmtoff = 0;
int gmtoff; /* in minutes */
int gmtoff; /* v3: offset from UTC in seconds */
int32_t gmtoff; /* offset from UTC in seconds */
fs_args32.udf_args.gmtoff =
fs_args.udf_args.gmtoff;
fs_args.msdosfs_args.gmtoff =
fs_args32.msdosfs_args.gmtoff;
fs_args.udf_args.gmtoff =
fs_args32.udf_args.gmtoff;
#define DETIMES(dep, acc, mod, cre, gmtoff) \
msdosfs_detimes(dep, acc, mod, cre, gmtoff)
void msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
int gmtoff, struct timespec *tsp);
msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
t = tsp->tv_sec + gmtoff; /* time zone correction */
msdosfs_dos2unixtime(u_int dd, u_int dt, u_int dh, int gmtoff,
tsp->tv_sec -= gmtoff; /* time zone correction */
pmp->pm_gmtoff = argp->gmtoff;
args->gmtoff = pmp->pm_gmtoff;
args->gmtoff = 0;
const struct timespec *mod, const struct timespec *cre, int gmtoff)
msdosfs_unix2dostime(mod, gmtoff, &dep->de_MDate,
msdosfs_unix2dostime(acc, gmtoff, &dep->de_ADate,
msdosfs_unix2dostime(cre, gmtoff, &dep->de_CDate,
int gmtoff; /* v3: offset from UTC in seconds */
int32_t gmtoff; /* offset from UTC in seconds */
int32_t gmtoff; /* offset from UTC in seconds */
secs -= ump->mount_args.gmtoff;
const char *gmtoff;
return zp->gmtoff;
const char *gmtoff;
(gmtoff = date_to_tm(date, tm)) != NULL) {
if (strcmp(gmtoff, "-0000") != 0 &&
sscanf(gmtoff, " %1[+-]%2d%2d ", sign, &hour, &min) == 3) {
OPT_NUM('t', "tz", gmtoff, -24, 24, "timezone"),
context.gmtoff = tm.tm_gmtoff;
context.gmtoff = 0;