Ok, another problem.. :P
Instagram created_time timestamp is GMT (I presume.. :P).. I need to get the italian timezone..
So I changed this:
Code: [Select]
to:
Code: [Select]
But I get:
Warning: gmstrftime() expects at most 2 parameters, 3 given
Instagram created_time timestamp is GMT (I presume.. :P).. I need to get the italian timezone..
So I changed this:
'.htmlentities(strftime('%e %B %Y alle %R', $value->caption->created_time)).'to:
'.htmlentities(gmstrftime('%e %B %Y alle %R',time()+3600,$value->caption->created_time)).'But I get:
Warning: gmstrftime() expects at most 2 parameters, 3 given





