RTC to SD Card Filename

Hi All,

I'm just doing some research for my project and am in the planning stages of how the code should overall function using an Arducam ESP8266 Uno Board. I am looking to upon pushing a button, create a file name that includes the current date and writes an image. I am wondering - Is there any restrictions on the length of the file name?

The example sketches for RTC from what I can see restrict it to 8 letters followed by the file extension and I would like to make this a bit longer and include the owner's name.

Cheers,

The RTC isn't the problem. I believe it's the SD card library. I understand you can use longer filenames with the SDFat library.