fishtime is a cute applet that shows current time and date. It has been originally written for linux, but has been ported to Windows and MacOS X.
Windows:
Linux:
MacOS X:
these are ports of my wmfishtime 1.33 dockapp to win32 and osx. they do not check mail and do not scare fish away (as the original linux dockapp). works at any color depth > 256 colors (works at 16 colors too but it looks uber gay). displays a "palette style" window with the fish swimming inside. zip files have the vc++ and XCode source code (it should be very portable, all drawing functions are system-independent). If you want to port this to other platforms, you should write main system loop for your target, and change date/time related code in drawing.c and fishmon.c.