Hey! How is it possible, to change the preview picture of my nodebb board?
e.g sharing in Telegram / Whatsapp / Web-Preview-Frame
web-preview
telegram
Edit:
I have
cutom Favicon custom Touch/Home-Iconwhich works fine 🙂
If I need it is "2014-08-14T22:22:37"
what should I do
That brings up a good point... the datetime strings are saved in the server according to the server time, but afaik, we don't handle timezone translations, so if you're in a different timezone than your server, you might see incorrect relative times
Seems like something we really should have, to translate ISO date strings to the proper timezone offset based on user preferences... gh#1994
I need to review how we handle the relative time generation, because it seems to be working fine at the moment (our server is UTC, I am EDT, relative times appear correct for me). Are the relative times incorrect for you?
ok , I set to UTC,
I have a new problem about post time, the problem is when I post a article at 16:00,
the article time will show it is post about 8 hours ago, but actually it is post about 1 minutes ago,
please help me to fix this problem, thanks !
I found a mistake,My server timezone is UTC+8, then I change it to UTC, but the forum time still is UTC time.
,maybe need nodebb support timezone function.
@julian Could you please take a look on this issue ASAP..
Could I know What time exactly can be fix this ?
If problem can't be resolved, Is there any other solution ?
I’d appreciate any help you give me with this !!
@julian I think what
was saying is that the wall clock and the timeago of each post is correct. It's the time displayed when the cursor hovers on the timeago being UTC (timestamp suffixed with Z) instead of localtime. Or at least it can be set in user preferences?Yes, Just like
saying, thanks