Unlike the corresponding mktime C library function, the libdivecomputer function will never modify its argument. By marking the parameter as const this is made more explicit.
Unlike the corresponding mktime C library function, the libdivecomputer function will never modify its argument. By marking the parameter as const this is made more explicit.