Of course, but the wrong line isn't here but on I wrote into the file. Nevertheless, I'm going to summarize the steps I took.
For the computer boot to assign the Madrid/Spain time zone I only had to add this piece of code inside the file
/mnt/sda1/boot/extlinux/extlinux.conftz=CET+1CEST+2,M3.5.0,M10.5.0/3
If you lives in other side you could to get your timezone in:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesOnly you need to get the first value from UTC Offset column and add to CET ; and the same from column UTC DST to CEST. In my case is +1 first, and +2 the second
The rest of the data refers to the 2 officially established time changes in both winter and summer. In my case is
M.3.5.0 (Month.Mars.5th week at 0 day =sunday 0 AM) for summer time
M.10.5.0/3 (Month.October. 5th week at 0 day=sunday /3 AM) for winter time
That's all