- Issue created by @hkirsman
Servers normally run with UTC time so understanding and working with the files inside the server would help if file name would also be in UTC. For example I'm writing hourly logs and I'd like to write cron script that sends of the previous hour to SumoLogic. It's easy for the script to guess the file name based on current date in Linux, but if it's actually +3, then I'd need to make the script smarter. Also what happens to the script if I change the time in Drupal.
Atm you're getting the file date name whatever it is in configured in Drupal.
getFileName() could swtich between date() and gmdate() function if set from the config form or it could be just gmdate()
Active
4.0
Code