Ok. I think i found the problem. Time Code got 2 codes. So i need to increase a second code at the same time...
Can u help me? What do i have to do when there are 2 codes?
Everythings same but the codes are now:
8047F060
8047F064
both increased by same value: E10
So, thats what i got:
[Time increase/decrease]
283ADB6A 00000200
82200000 8047F060
86000000 00000E10
84200000 8047F060
82200001 8047F064
86000001 00000E10
84200001 8047F064
E0000000 80008000
283ADB6A 00000100
82200000 8047F060
86000000 FFFFF1EF
84100000 8047F060
82200001 8047F064
86000001 FFFFF1EF
84100001 8047F064
E0000000 80008000
Now... When i press button 1 time increses by 1 hour, but when i release the button it goes back to the previous position.
Example: Its 8:00. I press 1 and its 9:00 as long as i press the button. I release the button and its 8:00 again. Same with button 2.
edit: Finally i made it work.

I had to make 2 different codes. One for increasing and one for decreasing. Now it works. But... (Why has there always to be a but?) It increases/decreases much to fast. I tryed with the following code and tested a little bit, but i don't know how it works. Or is there an other way to tell my Gecko just to use it once? I lowered the value it increases each time and so it works. But thats not what it should be...

Hope someone can help me.
CST4 : 16bits (endif, then) If counter value equal
A80XXXX0 ZZZZYYYY : 16bits If equal 16bits compares if (XXXX and not(ZZZZ))==YYYY. If yes, codes are executed (else code execution set to false).
A80XXXX1 NM00YYYY : Endif, then 16bits If equal Makes one endif, then 16bits compares if (XXXX and not(ZZZZ))==YYYY. If yes, codes are executed (else code execution set to false).
Here what both codes now look like:
[Time increase]
283ADB6A FDFF0200
A8000000 F1EE0E11 -> just one of my tests (didn't work so deactivated it)
82200000 8047F060
86000000 00000384
84200000 8047F060
82200001 8047F064
86000001 00000384
84200001 8047F064
E0000000 80008000
[Time decrease]
283ADB6A 00000100
A800E0F0 F1F00E10 -> another test (also didn't work, also deactivated)
82200000 8047F060
86000000 FFFFFC7B
84200000 8047F060
82200001 8047F064
86000001 FFFFFC7B
84200001 8047F064
E0000000 80008000
Greetings