Time to KNX

Hello!

I can not transmit Date and Time from Rasbery to KNX.

In Items I have:
DateTime Binder_Date “Date & Time [%1$tA, %1$td.%1$tm.%1$tY %1$tH:%1$tM]” { channel=“ntp:ntp:binder:dateTime”, knx=“10.001:1/0/10, 11.001:1/0/11” }

In Things:
ntp:ntp:binder:dateTime [ hostname=“192.168.1.7”, refreshInterval=600, refreshNtp=600 ]

What is wrong? KNX and Openhab are connected: I can switch light and etc from Openhab.

https://community.openhab.org/t/fixed-sending-ntp-time-to-knx-in-openhab2/23612

Thanks! It`s works!

So, system doesnt see that I install NTP binding(. I reinstaled it (in Paper UI) and corrected Items and Things by advice from Harrys link.
In Things:

ntp:ntp:binder:dateTime [ ntp="Europe/Berlin:de_DE", refreshInterval=600, refreshNtp=600 ] 

In Items:

DateTime Binder_Date "Date & Time [%1$tA, %1$td.%1$tm.%1$tY %1$tH:%1$tM]"	 { channel="ntp:ntp:binder:dateTime", knx="10.001:1/0/11, 11.001:1/0/10" }